Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1151 #1168

Merged
merged 8 commits into from
Dec 3, 2024
Merged

Fix #1151 #1168

merged 8 commits into from
Dec 3, 2024

Conversation

HoshinoTented
Copy link
Contributor

No description provided.

@HoshinoTented HoshinoTented added this to the v0.35 milestone Dec 1, 2024
@HoshinoTented HoshinoTented linked an issue Dec 1, 2024 that may be closed by this pull request
@ice1000 ice1000 requested review from ice1000 and removed request for ice1000 December 1, 2024 21:47
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 68.11594% with 22 lines in your changes missing coverage. Please review.

Project coverage is 81.09%. Comparing base (92ca0f0) to head (ec1a65c).
Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
...x/src/main/java/org/aya/prettier/BasePrettier.java 16.66% 10 Missing ⚠️
...e/src/main/java/org/aya/primitive/PrimFactory.java 75.00% 1 Missing and 2 partials ⚠️
.../java/org/aya/cli/library/LibraryModuleLoader.java 62.50% 1 Missing and 2 partials ⚠️
...g/aya/cli/library/incremental/CompilerAdvisor.java 40.00% 2 Missing and 1 partial ⚠️
.../main/java/org/aya/resolve/visitor/StmtBinder.java 0.00% 0 Missing and 1 partial ⚠️
...se/src/main/java/org/aya/unify/TermComparator.java 0.00% 0 Missing and 1 partial ⚠️
...in/java/org/aya/cli/single/SingleFileCompiler.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1168      +/-   ##
============================================
+ Coverage     80.73%   81.09%   +0.36%     
- Complexity     3428     3454      +26     
============================================
  Files           313      313              
  Lines         10182    10208      +26     
  Branches       1217     1223       +6     
============================================
+ Hits           8220     8278      +58     
+ Misses         1283     1256      -27     
+ Partials        679      674       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ice1000 ice1000 marked this pull request as ready for review December 3, 2024 06:10
@ice1000 ice1000 merged commit cbe1c2a into main Dec 3, 2024
5 of 6 checks passed
@ice1000 ice1000 deleted the jit-moment branch December 3, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiled binary should be used right after being generated
2 participants